DoubleNINumericDoubleNBitwiseComplement Method

Produces a bitwise complement of the current value by reversing each bit.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.BitwiseComplement()

Return Value

DoubleN
A bitwise complement of the current value.

Implements

INumericTSelfBitwiseComplement

See Also